public ActionResult <LeaveType> GetLeaveTypeByname(string status) { return(_LeaveTypeService.GetLeaveTypeByName(status)); }