/// <summary>
 /// Get the list from MAS API
 /// </summary>
 /// <returns></returns>
 private Task <List <EmployeesDTO> > GetAllEmployees()
 {
     return(_employeesDAL.GetAllEmployees());
 }
 public IEnumerable <TblEmployees> Index()
 {
     return(objEmployee.GetAllEmployees());
 }