public List <SP_GetEmployeeListByPeriodID_Result> getEmpListByPeriod(int PeriodID, string evaluatorID) { PSESEntities db = new PSESEntities(); return(db.SP_GetEmployeeListByPeriodID(PeriodID, evaluatorID).ToList()); }