public List <StaffGettingDto> GetAllStaffDto()
 {
     return(dal.GetAllStaffDto());
 }