// This fuction does not contain any business logic, it simply returns the 
	// list of departmentMonthlyInformations, we can put some logic here if needed 
	public List<DepartmentMonthlyInformation> GetListAll()
	{
		return departmentMonthlyInformationDb.GetListAll();
	}