I want to call a stored procedure that does not belong to my .EDMX, but the procedure exists in the database. 
Could I call it from my code even if the procedure is not in my .EDMX?
If it's possible could you provide me with some sample code?
Thanks!